home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11006 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  709 b 

  1. Path: iz.maus.de!Torsten_Landschoff
  2. From: Torsten_Landschoff@iz.maus.de (Torsten Landschoff)
  3. Newsgroups: comp.lang.c++
  4. Subject: A question of (lexical) style
  5. Message-ID: <199603102350.a35683@iz.maus.de>
  6. Date: Sun, 10 Mar 96 21:50:00 GMT
  7. References: <313c99bc.0@193.89.47.9>
  8. X-Gate: MausGate/News 1.25/ac3
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12.  
  13. -A40251@AC3
  14.  
  15. Hi Brian
  16.  
  17. BE>I believe that there is no such thing as a "wrong way" do do it. It is
  18. BE>simply a question of taste and style.
  19.  
  20. It seemes so but look at the following code:
  21.  
  22. int*    a, b;
  23.  
  24. What does it suggest about the types of a and b? And look at the other way:
  25.  
  26. int     *a, b;
  27.  
  28. cu
  29.     Torsten
  30.